home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / amac34.arc / QMACM.BAT < prev    next >
DOS Batch File  |  1991-02-16  |  348b  |  9 lines

  1. rem qmacM.bat                   Sun  09-30-1990
  2.  
  3. rem * Converts current macros to dum4.qm text...
  4.         QMAC      dum4.mac dum4.qm /T /A-  >c:!
  5. rem * Appends macros to be merged to dum4.qm....
  6.         QMAC        %1.mac dum4.qm /T /A+ >>c:!
  7. rem * Converts appended macro to binary.........
  8.         QMAC      dum4.mac dum4.qm /B /A- >>c:!
  9.